go/types._TypeSet.IsMethodSet (method)

4 uses

	go/types (current package)
		interface.go#L127: func (t *Interface) IsMethodSet() bool { return t.typeSet().IsMethodSet() }
		typeset.go#L36: func (s *_TypeSet) IsAll() bool { return s.IsMethodSet() && len(s.methods) == 0 }
		typeset.go#L39: func (s *_TypeSet) IsMethodSet() bool { return !s.comparable && s.terms.isAll() }
		typexpr.go#L165: 			if !tset.IsMethodSet() {